home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilmus / mod2smp.lha / mod2smp.doc < prev    next >
Text File  |  1996-01-26  |  6KB  |  174 lines

  1.  
  2.  
  3.  
  4.                              Module to Sample
  5.  
  6.                                Release 0.78
  7.  
  8.                          © 1995-96 Hali of Union
  9.  
  10.  
  11.    The program with documentation and source is freely distributable as long as
  12. no money is charged for it.  Mod2Smp is MODULEWARE, you can use it without any
  13. limits, but you have to send me all effects (the best effects) of your work, I
  14. mean modules of course.  If you send me self addressed envelope, disk and stamps
  15. you will get the next update of Mod2Smp as fast as possible (remember v0.78 is
  16. last version).  The best way of getting this is downloading it from any Aminet
  17. site.
  18.  
  19.  
  20.                                  Contents
  21.                                 ----------
  22.  1. ........................................................   Introduction
  23.  2. ..............................................................    Usage
  24.  3. .................................................................   GUI    
  25.  4. ............................................................   Features
  26.  5. ..............................................................   Future
  27.  6. .............................................................   Message
  28.  7. .............................................................   History
  29.  8. ........................................................   Mail Answers
  30.  9. ................................................................   Bugs
  31.  
  32.  1. Intoduction
  33.  ---------------
  34.  
  35.     Mod2smp  is  a  great tool which makes possible to convert part of your
  36. module  into  a  one  sample.   With  mod2smp it is easy to create your own
  37. SUPER-POWER-TECHNO-DRUM-SECTION-TRACK  without  wasting all amiga channels.
  38. This is only a preview (?) so abilities are limited, but I hope you will find it
  39. useful.
  40.  
  41.  
  42.  2. Usage
  43.  ---------
  44.  
  45.     Mod2Smp should be used from CLI.
  46.  
  47.     Mod2Smp <modulename> <samplename> <pattern>
  48.             <start> <stop> <volume> <pitch note> [options]
  49.  
  50.     modulename - module name with (or) path. If the name has spaces you
  51.                  should enclose it in double quotes
  52.     samplename - the same to sample
  53.     pattern    - pattern number ( not position in module :-)
  54.     start      - start position in pattern
  55.     stop       - end position in pattern
  56.     volume     - volume in percent (0..100)
  57.     pitch note - target note in ProTracker style (eg C-3)
  58.  
  59.     options:
  60.  
  61.       -f??   VBlank speed
  62.       -c???  CIA speed
  63.       -n     NTSC
  64.       -v     VBlank only
  65.       -r?    Resampling method (0,1)
  66.       -s     Sustain
  67.  
  68.     ?? - decimal values
  69.  
  70.     Few words about option 'r'. If output sample sounds is like after
  71.     filtration, try 'r1', it should help.
  72.  
  73.  
  74.  3. GUI
  75.  -------
  76.  
  77.     See CLI usage, it's similiar :-)
  78.  
  79.   ToolTypes:
  80.  
  81.     MODULE=<path> - path to modules
  82.     SAMPLE=<path> - output sample path
  83.  
  84.  4. Features
  85.  ------------
  86.  
  87.   Slow         - mod2smp is not fast, because I want to give you some time
  88.                  to relax yourself
  89.   Commands     - 0xx, 1xx, 2xx, 3xx, 5xx, 9xx, A00, C00, E1x, E2x, E9x, EAx, EBx,
  90.                  ECx, F00.
  91.  
  92.  5. Future
  93.  ----------
  94.  
  95.     It was last for now released version, newer versions maybe later,
  96. because I haven't free time...
  97.  
  98.  6. Message
  99.  -----------
  100.  
  101.     If you have found some bugs please let me know it.  Remember to send me
  102. module, sample and version of your Mod2Smp.  Here's my address:
  103.                                       ,  ,
  104.                               Karol Gozlinski
  105.                             Stanislawowska 1/24
  106.                              05-300 Minsk Maz.
  107.                                   POLAND
  108.  
  109. or you can send e-mail at address: muszynsk@ipeneuro.ipe.pw.edu.pl
  110.  
  111.  
  112.  7. Mod2Smp a Brief History
  113.  ---------------------------
  114.  
  115. V0.001   - hmm...  great idea (thanks to Bzyk).
  116. V0.1     - and even works!
  117. V0.2     - first interactive version.
  118. V0.3     - Great ReqTools library added.
  119. V0.4     - Great ReqTools library removed.
  120. V0.5     - YES!!!!!  First fully working CLI version.
  121. V0.6     - Option system added now you are able to set VBLANK speed,
  122.            CIA speed and NTSC.
  123. V0.61    - Fatal error removed. Now, if sample is longer than 64Kb
  124.            it's just equal to 64Kb. Command recognition bug also fixed.
  125. V0.62    - I made few changes in sources to make it more clear.
  126. V0.63    - Resampling included, now mod2smp recognizes notes.
  127.            New option added to interface, now you are able to select
  128.            pitch note.
  129. V0.63g   - Amazing GUI by Thom/Union, this is the first released version!
  130. V0.64    - Another bug in command recognition fixed.
  131. V0.7     - Sample loops, you can use it now.
  132. V0.7g    - Thom strikes again!
  133. V0.71    - VBlank only and debug option added to CLI version
  134. V0.72    - Bug removed in A00 command.
  135. V0.73    - Resampling imporoved.
  136. V0.73g   - Guess what!?
  137. V0.74    - Fine tunning added. sustain  9xx
  138. V0.75    - E9x EAx EBx ECx 3xx
  139. V0.76    - 5xx 1xx 2xx E1x E2x
  140. V0.77    - 0xx
  141. V0.78    - 0xx bug fixed, sample loop bug fixed, resampling improved.
  142. V0.78g   - GUI
  143.  
  144.  8. Mail Answers
  145.  ----------------
  146.  
  147. Sorry, if someone must wait very long for my email answers.  My unix account
  148. admin has changed hard disk and he doesn't copy files from old hd, so I've
  149. lost all emails to me, if I don't answer to you please mail me again - sorry
  150. again :-(
  151.  
  152.  9. Bugs
  153.  --------
  154.  
  155.   - Enforcer hits when reading from NULL address, but program works fine.
  156.   - GUI version sometimes crashes and I don't know why.
  157.  
  158. -=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+-=*=-+-=#=-+
  159.  
  160.  signed by:
  161.  
  162.  
  163.  
  164.                                             O,O o°o O   O
  165.                                             O~O O°O Ooo O 
  166.                                                    _
  167.                                                 ()(-
  168.  
  169.                                           ¶ ¶ ¶\¶ ¶ /\ ¶\¶
  170.                                           |_| | | | \/ | |
  171.  
  172.  
  173. EOF
  174.